From: Juanma Barranquero Date: Tue, 17 Feb 2009 10:59:12 +0000 (+0000) Subject: * progmodes/cc-menus.el (cc-imenu-objc-function): Doc fix. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~421^2~1745 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=bdb7d733b2b0da3eb859bfe422dab89e0ed06499;p=emacs.git * progmodes/cc-menus.el (cc-imenu-objc-function): Doc fix. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 22c8d0fec22..f04ad074163 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2009-02-17 Juanma Barranquero + + * progmodes/cc-menus.el (cc-imenu-objc-function): Doc fix. + 2009-02-17 Miles Bader * emacs-lisp/copyright.el (copyright-regexp): Tweaked to match diff --git a/lisp/progmodes/cc-menus.el b/lisp/progmodes/cc-menus.el index bfd93a6b4d0..da3997a4603 100644 --- a/lisp/progmodes/cc-menus.el +++ b/lisp/progmodes/cc-menus.el @@ -261,7 +261,7 @@ Example: (and (<= ?A char) (<= char ?Z)) (and (<= ?0 char) (<= char ?9)) (= ?_ char))) - (if argreq + (if argreq (setq inargvar t argreq nil) (setq return (concat return (char-to-string char))))) @@ -296,7 +296,7 @@ Example: return)) (defun cc-imenu-objc-function () - "imenu supports for objc-mode." + "Imenu support for Objective C mode." (let (methodlist clist ;;